API Update
URI
|
Method
|
Summary
|
---|---|---|
/deviceDiscovery/start/viptela
|
POST
|
Added an optional ciscoSdwanConfigId parameter which specifies which vManage to use during device discovery.
|
/viptela/about
|
GET
|
This endpoint now returns an array of configs, one per Cisco SD-WAN instead of a single config.
|
/viptela/policies
|
GET
|
This endpoint now returns an array of infoItems that describe each integrated Cisco SD-WAN vManage.
|
/viptela/config
|
GET
PUT DELETE POST |
This endpoint now returns an array of configuration objects instead of a single configuration.
|
/viptela/config/validate
|
POST
|
This endpoint now takes an array of configuration objects instead of a single configuration. The status of each configuration will be returned.
|
/viptela/config/{id}
|
GET
PUT DELETE |
A new endpoint to retrieve information about a specific Cisco SD-WAN configuration based on it’s ID.
|
/viptela/status
|
GET
|
A new endpoint that validates saved Cisco SD-WAN configurations and gets their statuses. This endpoint validates the configurations in the query parameters, or all saved configurations if no query parameters are provided, and return a status for each configuration validated.
|
/viptela/status/{id}
|
GET
|
A new endpoint that validates saved Cisco SD-WAN configurations and gets their status. This endpoint validates the configuration with the provided ID and return a status for the configuration validated.
|
/viptela/reportSettings
|
GET
PUT |
A new endpoint to handle the configuration of Cisco SD-WAN status evaluation criteria
|
/webhooks
|
GET
|
A new endpoint to retrieve the list of webhooks currently subscribed to LiveNX
|
/webhooks/{id}
|
DELETE
|
A new endpoint to remove webhooks based on their id
|